home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / C_BAR1.ARJ / READ.ME < prev   
Text File  |  1992-02-27  |  891b  |  21 lines

  1. Included files:
  2. BAR.C        generic barcode printer
  3. BARDEMO.C    demonstrates very simplistic use of bar() routine
  4. BARDEMO.EXE    running version of demo program
  5. MAKEFILE    PolyMake makefile for program
  6. PRBAR.C        IBM-specific subroutines called by bar()
  7. PRBAR.TSH    replace PRBAR.C with this for Toshiba-specific routines
  8. READ.ME        This file.
  9.  
  10. This code is taken from a larger system which includes the capability
  11. to print text to the right and below the barcode.  It is also set up for
  12. 1" labels.  The demo program included here does not exercise any of those
  13. features - it just prints the barcode.  If you look at bar.c, you should be
  14. able to see how to use the additional text printing features - it's really
  15. pretty straightforward, just fill in the values and let the subroutine
  16. do the work!
  17.  
  18. Email me if you have any questions or problems with this code.
  19.  
  20. David J. Rodman 70007,1545
  21.